home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / FILTER.### < prev    next >
Text File  |  1985-01-20  |  993b  |  24 lines

  1. COMMAND:  FILTER                                DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Removes all control characters from text files.
  4.  
  5. FORMAT:   FILTER filespec[filespec...] [>filespec]
  6.                           or
  7.           FILTER filespec >>filespec
  8.  
  9. TYPE:     Public domain software
  10.  
  11. REMARKS:  The input file(s) is(are) filtered of all control characters less
  12.           than decimal 32 except for tab and cr-lf. FILTER will add a line
  13.           feed to all carriage returns without one. In the first form, one
  14.           or more input files are filtered and the output is written to the
  15.           screen or, optionally, to another file. In the second form, one file
  16.           is filtered and the output is written to the screen or, optionally,
  17.           is appended to the output file. There must be a space between each
  18.           file name and there must be no spaces between > or >> and the output
  19.           file name. Global file name characters may not be used.
  20.  
  21.  
  22.  
  23.  
  24.